Projects the items of a source enumeration into the items of a destination enumeration.
Namespace:
Keystone.Polaris
Assembly: Keystone (in Keystone.dll)
Assembly: Keystone (in Keystone.dll)
public static IEnumerable<TItem> Subset<TItem>(
this IEnumerable<TItem> of,
int fromItem,
int toItem
)
This language is not supported or no code example is available.
Type Parameters
- TItem
-
The type of the source enumeration items.
Parameters
- of
-
Type: IEnumerable<TItem>
The destination enumeration that contains all the items of the source enumeration, each projected to
TDestinationItem
.
- fromItem
-
Type: int
- toItem
-
Type: int
Return Value
The enumeration whose items of typeTDestinationItem
are the result of project each of the source enumeration items.
Windows, Windows Server, OS X, macOS, iOS, tvOS, Android, Linux, AWS, Azure
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.